Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries ProductSelectionSpec
The Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries ProductSelectionSpec schema describes overrides for a given PCI device.
This schema was added in vSphere API 7.0.3.0.
{
"target": {
"device": {
"vid": "string",
"did": "string",
"svid": "string",
"ssid": "string"
},
"firmware_version": "string",
"part_number": "string",
"driver_name": "string",
"driver_version": "string",
"product_id": "string",
"capacity": 0
},
"vcg_product": "string"
}
The PCI device this update should apply to.
This property was added in vSphere API 7.0.3.0.
The BCG Product ID to be used.
This property was added in vSphere API 7.0.3.0.
if missing or null
, the override is removed and the system reverts to matching the device to a BCG/HCL entry by PCI ID, device FW, driver, and driver version.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.vcg_product
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.vcg_product
.